source:
This file was found originally at a website
DASL (Data And Story Library) that is no
longer available.
description:
The original source describes the data as
"a random sample of records of resales of
homes from Feb 15 to Apr 30, 1993 from the
files maintained by the Albuquerque Board
of Realtors. This type of data is
collected by multiple listing agencies in
many cities and is used by realtors as an
information base."
copyright:
Unknown. You should be able to use this data for
individual educational purposes under the Fair Use
guidelines of U.S. copyright law.
format:
delimiter: space
varnames: first row of data
missing-value-code: *
rows: 117
columns: 8
vars:
Price:
label: Selling price
unit: dollars
SquareFeet:
label: Living space
unit: square feet
AgeYears:
label: Age of home
unit: years
NumberFeatures:
label:
Home features (dishwasher, refrigerator,
microwave, disposer, washer, intercom,
skylight(s), compactor, dryer, handicap
fit, cable TV access)
scale: count
range: 0 to 11
Northeast:
label: Located in northeast sector of city?
values:
Yes: 1
No: 0
CustomBuild:
label: Custom built?
values:
Yes: 1
No: 0
CornerLot:
label: Corner location?
values:
Yes: 1
No: 0
Tax:
label: Yearly property tax
unit: dollars
Geometric means
r paste0("10^4.9630 = ", 10^4.9630) r paste0("10^5.1360 = ", 10^5.1360)
Geometric standard deviations
r paste0("10^0.10686 = ", 10^0.10686) r paste0("10^0.15189 = ", 10^0.15189)
---
data_dictionary: moon.txt
source:
This data file is part of OzDASL, an archive of various data sets
useful for teaching. The maintainers of the data archive are from
Australia, but this particular data set is not specific to that part
of the world. The entire archive is at
https://dasl.datadescription.com/
description:
This data set shows a perceptual experiment where subjects were asked
to estimate a size ratio with their head level to the ground and then
with their head elevated (in other words, looking upward). Although
the objects being compared were the same size, almost all subjects
overestimated the relative sizes. The hypothesis to be tested is
whether the overestimation is greater with eyes level than with eyes
elevated. A more detailed description is available at
https://gksmyth.github.io/ozdasl/general/moon.html
download:
https://gksmyth.github.io/ozdasl/general/moon.txt
copyright:
Unknown. You should be able to use this data for individual
educational purposes under the Fair Use guidelines of U.S.
copyright law.
format:
delimiter: tab
varnames: first row of data
missing-value-code: not needed
rows: 10
columns: 3
vars:
Subject:
label: Subject number
format: numeric
Elevated:
label: Perceived ratio with eyes elevated
format: numeric
Level:
label: Perceived ratio with eyes level
format: numeric
---
=======